" Input: { cmd - list of command line arguments, starting with the command itself (shell) - if 'yes', reuse shell environment } Output: { return - return code = 0, if successful > 0, if error = 8, if timeout (error) - error text if return > 0 return_code - return code from app stdout - string, standard output of the command } "